home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / docs / freindsd.lha / Friends.doc < prev   
Text File  |  1996-02-15  |  5KB  |  134 lines

  1.  
  2. Preface
  3. ~~~~~~~
  4. Yep, it's Dynablaster ... again.
  5.  
  6. You see, to be a registred developer Amiga Technologies insist that you have
  7. released at least ONE commercial game or ONE PD-game. And since I plan to be
  8. a registred developer, I have to release this ... sorry. So, please, no
  9. flames, I *have* to release it.
  10.  
  11. This game is (as far as I can remember) about two years old. It's not
  12. particulary good, but at least it's made in assembler. There are a few(!)
  13. bugs, which you'll just have to live with (see below).
  14.  
  15. I planned to make Friends a big game with lots of different things. Then
  16. Masterblaster was released ... and BlitzBomber. Now I really cannot see the
  17. point. On the other hand I must say I'm not quite pleased with either of the
  18. above mentioned game. Although both are great, they feel a little slow.
  19. Masterblaster is by far the best, although the graphics could be more
  20. colourfull. Anyway, if you really (really!) want to make another Dynablaster
  21. clone, just contact me (especially if you can draw). Adress at the end.
  22.  
  23. Although bug-ridden and rather ugly, I seem to recall Friends can be rather
  24. fun for a while. Give it a try. But PLEASE don't send me any bugreports. I
  25. know, okay?
  26.  
  27. Let me hasten to tell you that my code is a lot(!) better these days... So
  28. are the games I try to make :)
  29.  
  30. The same rules apply, as with any other Dynablaster clone. Squash the other
  31. players with the bombs. To be more specific:
  32.  
  33. Controls
  34. ~~~~~~~~
  35.  Although it is rather slobby of me the control method are nondefineable.
  36. The controls goes like this:
  37.  Player One (top left corner) uses joystick in port two.
  38.  Player Two (top right corner) uses joystick in port one.
  39.  Player Three (bottom left corner) uses arrow keypad, and return to drop a
  40.  bomb.
  41.  
  42.  It's a sad fact that I haven't got 2 joysticks. I mean, come on, I'm
  43. making a multiplayergane and I only have one joystick. It's feeble.
  44. Never the less I feel confident that the controllers work. I haven't
  45. checked player two as well as I might (since it required unplugging my
  46. mouse), so if a bug shows up there contact me.
  47.  
  48. Bonus Icons
  49. ~~~~~~~~~~~
  50. Extra bomb      : Well, it pretty obvious what this one does.
  51. Extra explosion : Extends explosion-radius with one.
  52. Freeze        : Freezes the other players for 5 seconds.
  53. Speedy        : Speeds the player up for 10 seconds
  54. Phoenix        : The baddies return from the grave.
  55. Smiley        : Reset ALL the bonuses the other players have collected
  56.  
  57. Friends work on
  58. ~~~~~~~~~~~~~~~
  59. My A1200HD, and I would imagine little else :)
  60. Seriously, any A1200 should do, although an accellerator might freak it a bit
  61. out (I made it before I got an accellerator myself). As always no GFX-boards
  62. allowed :(
  63.  
  64. Known Bugs
  65. ~~~~~~~~~~
  66.  By far the worst bug is when you exit ;) To exit the game you just press the
  67. left shift key. DON'T DO IT! Since my code back then was quite terrible, I
  68. must have forgotten to free all the memory. In any case I corrupt the memory
  69. map. You'll have to reboot.
  70.  
  71.  The enemies are *not* intelligent. This means that there is the
  72. possibility that they will run into some sort of loop. You see, they are
  73. controlled by a lookuptable which determines which way they should go. And
  74. if the chosen direction is blocked by boulder it will pick the next
  75. direction on the list. Theoretically the list can tell the enemy to go into
  76. a 'loop', and it will just run between to point on the screen. I have made
  77. the table rather large, so I don't expect this to happen. It is a
  78. possibility, though.
  79.  
  80.  If the game should be fair, the bonus-icons would appear randomly. They
  81. don't ...
  82.  
  83.  When two bombs are activated at the EXACT same time, the bombs will
  84. sometimes be a little messed up. Hopefully this bug is out now, but if you
  85. see it, let me know.
  86.  
  87.  When you have picked up the speed icon, you can sometimes walk through
  88. bombs. It *is* a bug, but I can't be bothered to correct it.
  89.  
  90.  Now being a friendly sort of person, I have tried to make Friends as
  91. userfriendly as possible. For example, when you walk around in the
  92. labyrinth it would have been difficult to walk between the block unless you
  93. stood on a precise coordinate. So what I have done is to try to guess your
  94. intent, and steer the player in the right direction. This has resulted in a
  95. glitch. When you pick up the speed icon, the player will make some sort of
  96. break dance when he encounters a barrier. It's just cosmetics and it works,
  97. but it looks fairly stupid. Sorry.
  98.  
  99. Warranty
  100. ~~~~~~~~
  101. None what-so-ever.
  102.  
  103. Some other stuff
  104. ~~~~~~~~~~~~~~~~
  105. This game is Public Domain or Freeware or whatever ... In any case, you can
  106. do with it what you like, except to alter it in any way. Then again, why
  107. would you want to?
  108.  
  109. Contact
  110. ~~~~~~~
  111. Yep, this is my official I-NEED-TO-BE-A-REGISTRED-DELVEOPER-game.
  112.  
  113. If you can draw or have any ideas about a game (no texture or vector stuff,
  114. please, I don't have a clue how to do it), please contact me at:
  115.  
  116. ajensen@diku.dk (preferably) (untill june)
  117.  
  118. or
  119.  
  120. diku2803@diku.dk  (untill june)
  121.  
  122. Or write me a nice oldfashioned letter, and send it to:
  123.  
  124. Allan Lund Jensen
  125. Hovmålvej 76-3
  126. 2300 KØBENHAVN S.
  127. DENMARK
  128.  
  129. P.S. Isn't it weird, that you have to make a game before Amiga Technologies
  130. will give you the information for you to make one?
  131.  
  132. P.P.S. I guess the is the first DOC file you have read, where the biggest
  133. part was the bugs-section ;)
  134.